
/* =====================================================================公共 */



/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a3d65e;
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}


/*  */
html.on{
    overflow: hidden;
}

.inner {
    width: 84%;
    margin: 0 auto;
}

.padd {
    padding: 108px 0;
}

.Tit {
    margin-bottom: 68px;
    position: relative;
}

.Tit span {
    display: flex;
    align-items: flex-end;
    color: #333;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;

}

.Tit span img {
    width: 10px;
    margin-left: 5px;
}

.Tit p {
    margin-top: 30px;
    display: block;
    color: #888;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.Tit.center {
    text-align: center;
}

.Tit.center span {
    justify-content: center;
}

.Tit.white span {
    color: #fff;

}

.Tit.white p {
    color: rgba(255, 255, 255, .68);
}

.Tit.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product .Tit.flex>div{
    width: 50%;
}
.product .Tit.flex>div:nth-child(2){
    display: flex;
    justify-content: flex-end;
}
/*  */

.More a {
    position: relative;
    z-index: 999;
    display: inline-flex;
    align-items: flex-end;
    padding: 14px 35px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #333;
    border: 1px solid #333;
    text-transform: uppercase;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}

.More a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #7abe43;
    transform-origin: right;
    transform: scaleX(0.2);
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 1.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    z-index: -1;
    -webkit-transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 1.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -moz-transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 1.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -ms-transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 1.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -o-transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 1.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}

.More a:hover::after {
    transform-origin: left;
    opacity: 1;
    transform: scaleX(1);
    transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -webkit-transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -moz-transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -ms-transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -o-transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}


.More a img {
    width: 18px;
    margin-left: 20px;
}

.More.white a {
    color: #fff;
    border-color: rgba(255, 255, 255, .68);
}

.More a .img2 {
    display: none;
}

.More.white a .img2 {
    display: block;
}

.More.white a .img1 {
    display: none;
}

/*  */

.More a:hover {
    color: #fff;
    border-color: #7abe43;
}

.More.white a:hover {
    color: #fff;
    border-color: #7abe43;
}

.More a:hover::after {
    clip: rect(0px, 300px, auto, 0px);
}

.More.bg a {
    color: #fff;
    background: #37b24a;
    border-color: #37b24a;
}

.More a:hover .img1 {
    display: none;
}

.More a:hover .img2 {
    display: block;
}

/* =====================================================index */

/*  */


/* 下拉导航变化 */

.headerMain-bg.header,.headIn_bg.header {
    background: #fff;
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%);
}

.header.white {
    background: #fff;
    /* display: flex;
    justify-content: space-between; */
}

.header.white .hPhone a, .header.white .hLan a,.headIn_bg.white .hPhone a, .headIn_bg.white .hLan a {
    color: #333;
    border-color: #999;
}

.header.white .hLan a.on {
    color: #fff;
}

.header.white .hLan::after {
    background: rgba(0, 0, 0, .3);
}

.header.white .img1 {
    display: none;
}

.headerMain-bg.header .img1,.headIn_bg.header .img1 {
    display: none;
}


.headerMain-bg.header .img2,.headIn_bg.header .img2 {
    display: inline-block;
}

.header.white .img2 {
    display: inline-block;
}

.headerMain-bg.header .hNav ul li a, .header.white .hNav ul li a,.headIn_bg.header .hNav ul li a{
    color: #333;
    border-color: #999;
}

.headerMain-bg.header .hPhone a, .headerMain-bg.header .hLan a {
    color: #333;
    border-color: #999;
}
.headIn_bg.header .hPhone a, .headIn_bg.header .hLan a {
    color: #333;
    border-color: #999;
}
.headerMain-bg.header .hLan a.on {
    color: #fff;
}

.headerMain-bg.header .hPhone svg path, .header.white .hPhone svg path {
    fill: #333;
}

.headerMain-bg.header .hLan::after {
    background: rgba(0, 0, 0, .3);
}
.headIn_bg.header .hLan a.on {
    color: #fff;
}

.headIn_bg.header .hPhone svg path, .header.white .hPhone svg path {
    fill: #333;
}

.headIn_bg.header .hLan::after {
    background: rgba(0, 0, 0, .3);
}


/* 鼠标经过 */
.header:hover {
    background: #fff;
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%);
}

.header:hover .img1 {
    display: none;
}

.header:hover .img2 {
    display: inline-block;
}

.header:hover .hNav ul li a {
    color: #333;
    border-color: #999;
}

.header:hover .hPhone a, .header:hover .hLan a {
    color: #333;
    border-color: #999;
}

.header:hover .hLan a.on {
    color: #fff;
}

.header:hover .hPhone svg path {
    fill: #333;
}

.header:hover .hLan::after {
    background: rgba(0, 0, 0, .3);
}

/* footer */


/* =================================================================================index */



/* header */

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -86px;
    z-index: 9999;
    transition: all .48s;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.header.headerBlock ,.headeron{
    top: 0;
}

.headBox {
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hLogo img {
    width: 200px;
}

.hLogo .img2 {
    display: none;
}

/*  */

.headR {
    display: flex;
    align-items: center;
}

.hLan {
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / 80%);
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
}

.hLan::after {
    content: '';
    width: 1px;
    height: 10px;
    border-left: 1px solid rgb(255 255 255 / 40%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hLan a {
    display: block;
    width: 35px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 5px;
    /* padding: 2px 8px; */
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 40%);
    color: rgb(255 255 255 / 60%);
}

.hLan a.on {
    background: #7abe43;
    border-color: #7abe43 !important;
}

/*  */

.hNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hNav ul li {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 25px;
}

.hNav ul li a.nav_a {
    font-size: 18px;
    color: rgb(255 255 255 / 80%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .48s;
}

.hNav ul li a.nav_a svg {
    width: 18px;
    height: 18px;
}

.hNav ul li a.nav_a svg path {
    fill: #fff;
}

.hNav ul li:last-child a.nav_a {
    padding-right: 0;
}

.hNFl {
    margin-left: 60px;
}

.hNFl a {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
}


.hNav ul li:hover::after {
    width: 100%;
}


/* footer */

.footer {
    background: #070c13;
    padding-top: 20px;
}

.footTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #393d42;
}

.footLogo {
    display: flex;
    align-items: center;
}

.footLogo img {
    display: inline-block;
    width: 145px;
    opacity: .8;
}

.footLogo .footL1 {
    margin-right: 20px;
    position: relative;
}

.footLogo i {
    width: 1px;
    height: 20px;
    background: #393d42;
    margin-right: 20px;
}

.footTop p {
    color: #898a8c;
    font-size: 16px;
}

.footTop p img {
    width: 22px;
    margin-right: 20px;
}

/*  */

.footBox {
    padding: 60px 0 60px;
    display: flex;
    justify-content: space-between;
}

.footL {
    width: 45%;
    padding-right: 18%;
}



/*  */

.footNav {
    width: 68%;
}

.footNav ul {
    display: flex;
    justify-content: space-between;
}

.footNav ul li p {
    display: flex;
    color: #898a8c;
    font-size: 16px;
}

.footNav ul li p a {
    text-decoration: underline;
}

.footNav ul li p a:hover {
    color: #fff;
}

.footNav ul li a {
    display: block;
    color: #898a8c;
    font-size: 16px;
    margin-bottom: 15px;
    word-break: break-all;
}

.footNav ul li a span {
    font-size: 21px;
    padding-left: 20px;
    color: #d3cdcd;
    display: block;
    margin-bottom: 20px;
    transform: translateX(-20px);
    position: relative;
}

.footNav ul li a span::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d3cdcd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



/*  */
.footCon p {
    color: #898a8c;
    font-size: 16px;
    margin-bottom: 15px;
}

.footCon p a {
    display: block;
    color: #d3cdcd;
    font-size: 30px;
    /* font-weight: 600; */
    font-family: "SC";
    line-height: 1.4;
}

.footCon p span {
    display: block;
    color: #d3cdcd;
    font-size: 16px;
}

.footCon p:last-child {
    margin-top: 30px;
}

/*  */

.footBot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #393d42;
}

.footBot p,
.footBot a {
    color: #898a8c;
}

/*  */

.footLyan {
    width: 26%;
}

.footLyan span {
    font-size: 21px;
    color: #d3cdcd;
    display: block;
    margin-bottom: 20px;
}

.footLyan_ipt {
    margin-bottom: 15px;
    position: relative;
}

.footLyan_ipt label {
    display: block;
    font-size: 16px;
    font-family: inherit;
    line-height: 1.6;
    font-weight: 400;
    color: #d3cdcd;
    letter-spacing: 0.6px;
}

.footLyan_ipt label i {
    color: #f36b50;
}

.footLyan_ipt textarea,
.footLyan_ipt input {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 10px 20px 10px;
    /* border-bottom: 1px solid rgb(137 138 140 / 32%); */
    background: rgb(137 138 140 / 32%);
    color: #898a8c;
    color: #fff;
    cursor: pointer;
}

.footLyan_ipt textarea::-webkit-input-placeholder, .footLyan_ipt input::-webkit-input-placeholder {
    font-size: 16px;
    color: #727272;
}

.footLyan_ipt textarea::-moz-placeholder, .footLyan_ipt input::-moz-placeholder {
    font-size: 16px;
    color: #727272;
}

.footLyan_ipt textarea:-ms-input-placeholder, .footLyan_ipt input:-ms-input-placeholder {
    font-size: 16px;
    color: #727272;
}

.footLyan_ipt textarea::-ms-input-placeholder, .footLyan_ipt input::-ms-input-placeholder {
    font-size: 16px;
    color: #727272;
}

.footLyan_ipt textarea::placeholder,
.footLyan_ipt input::placeholder {
    font-size: 16px;
    color: #727272;
}

.footLyan .More {
    margin-top: 30px;
}



/* =================================================================================内页公共 */


.banN {
    width: 100%;
    height: 66vh;
    margin-top: 85px;
    overflow: hidden;
}

.banNImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.banNImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg, rgba(0, 0, 0, 0.4) 20%, rgba(10, 35, 73, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.banNImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/*  */

.banNText_pro {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}

.banNText_pro span {
    color: #fff;
    display: block;
    font-size: 54px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banNText_pro p {
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
}

/*  */

.proBan {
    height: calc(100vh - 85px);
}

.proBan .banNImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg, #7abe43 20%, rgba(10, 35, 73, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

/*  */

.banNText {
    width: 45%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banNText span {
    color: #fff;
    display: block;
    font-size: 46px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banNText p {
    width: 90%;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
}


/*  */
.dwNav {
    width: 100%;
    background: rgb(67 78 58 / 56%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.dwNav .inner{
    width: 90%;
}

.dwNavBox {
    display: flex;
    justify-content: space-between;
}

.dwNavL {
    display: flex;
    align-items: center;
    color: #91939B;
}

.dwNavL a {
    color: #91939B;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.dwNavL svg {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}

.dwNavL svg path {
    fill: #91939B;
}

/*  */
.dwNavR {
    display: flex;
    align-items: center;
}

.dwNavR a {
    color: #fff;
    /* background-color: rgba(255,255,255,0.1); */
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    position: relative;
    transition: all .48s;
}
.dwNavR a::after{
    content: '';
    width: 1px;
    height: 30%;
    border-right: 1px solid rgb(137 138 140 / 16%);
    position: absolute;
    right: 0;
    top: 35%;
}


.dwNavR a.on {
    background: #7abe43;
}

.dwNavR a:hover {
    background: #7abe43;
}







.moHead_mlb {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 9;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
}

.moHead_mlbXq {
   padding: 30px 20px;
   height: 80vh;
   overflow-y: auto;
}

.moHead_mlb li {
    width: 100%;
    max-width: none;
    border-top: 1px solid rgb(122, 190, 67,0.07);
    position: relative;
}
.moHead_mlb li{
    border-top: none;
}
/* .moHead_mlb li:nth-child(4) {
    border-bottom: 1px solid rgb(122, 190, 67,0.07);
} */

.moHead_mlb li a {
    font-size: 18px;
    color: #333;
    padding: 13px 20px;
    display: block;
}

.moHead_mlb li.open {
    border-bottom: none;
    
}

.moHead_mlb li.open>a {
    background: rgb(55, 178, 74,.2);
    color: rgb(55, 178, 74);
}

.toggle {
    position: absolute;
    content: "";
    display: block;
    width: 51px;
    height: 52px;
    top: 0px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .48s;
}

.toggle img {
    width: 13px;
    opacity: .5;
}

.toggle.open {
    transform: rotate(180deg);
}

.mlb_zk {
    display: none;
}

.mlb_zk a {
    display: block;
    font-size: 16px !important;
    border-top: 1px solid rgb(122, 190, 67,0.07);
    color: #333 !important;
    background: #f7f8f9;
    padding: 13px;
    padding-left: 30px !important;
}

.mlb_foot {
    width: 100%;
    background: #f7f8f9;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    z-index: 99;
}

.mlb_foot .mlb_footli {
    font-size: 16px;
    color: #7abe43;
    display: block;
    flex: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.mlb_foot .mlb_footli::after {
    content: '';
    width: 1px;
    height: 80%;
    border-right: 1px solid rgb(122, 190, 67,.2);
    position: absolute;
    right: 0;
    top: 10%;
}

.mlb_foot .mlb_footli:last-child::after {
    display: none;
}
.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 30px;
    display: none;
    /* margin-right: 12px; */
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #7abe43;
    transition: all 0.48s ease-in-out;
}

.headerMain-bg .headMenu span {
    background: #7abe43;
}

.headMenu.active span {
    background: #7abe43;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}

	.HeadTc{
		   width: 100%;
		   height: 100vh;
		   background: rgba(0, 0, 0, 0.3);
		   position:absolute;
		   left: 0;
		   top: 0;
		   z-index: 90;
		   display: none;
	   }
	   .HeadTc_Box{
		   width: 100%;
           height: 60vh;
           background: #fff;
           border-radius: 16px 16px 0 0;
		   position: absolute;
		   left: 50%;
		   transform: translateX(-50%);
           padding: 30px 50px;
           bottom: 56px;
	   }
	   .proVideo video{
		   width: 100%;
		   height: 100%;
		   -o-object-fit: cover;
		      object-fit: cover;
	   }
	   .HeadTc_close{
		   width: 100%;
		   height: 100%;
	   }
       .HeadTc_li{
        width: 100%;
    max-width: none;
    border-bottom: 1px solid rgb(122, 190, 67,0.07);
    position: relative;
       }
       .HeadTc_li a{
        font-size: 16px;
        color: #333;
        padding: 13px 20px;
        display: block;
       }
       .HeadTc_zk{
        display: none;
       }
      .HeadTc_zk a {
        display: block;
        font-size: 14px !important;
        border-top: 1px solid rgb(122, 190, 67,0.07);
        color: #333 !important;
        background: #f1f2f3;
        padding: 13px;
        padding-left: 40px !important;
       }
.Headzk_li{
    width: 100%;
    max-width: none;
    border-bottom: 1px solid rgb(122, 190, 67,0.07);
    position: relative;
}
.Headzk_li a{
    font-size: 16px;
    color: #333;
    padding: 13px 20px;
    display: block;
   }
	   .close{
		   position: absolute;
		   left: 50%;
		   bottom: 10%;
		   transform: translateX(-50%);
		   z-index: 2;
		   cursor: pointer;
	   }
	   .close img{
		   width: 40px;
	   }
       .HeadTc_li.open {
        border-bottom: none;
    }
    .HeadPr_Box{
        display: none;
    }
     .HeadPr_Box a{
        display: block;
        font-size: 12px !important;
        border-top: 1px solid rgb(122, 190, 67,0.07);
        color: #333 !important;
        background: #eee;
        padding: 13px;
        padding-left: 50px !important;
    }

@media(max-width:900px){
    .header {
        background: #fff !important;
        height: 80px;
    }
    .headR{
        display: none;
    }
    .headMenu{
        display: block;
    }
    .headBox{
        height: 100%;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        position: relative;
        z-index: 66;
    }
    .hLogo .img2 {
        display: block;
    }
    .hLogo .img1 {
        display: none;
    }
    .header:hover .img2 {
        display: block;
    }
    .header:hover .img1 {
        display: none;
    }
    .headerMain-bg.header .img1 {
        display: none;
    }
    .headerMain-bg.header .img2 {
        display: block;
    }
}
@media(max-width:768px){
    .headMenu span {
        display: block;
        width: 22px
}
}